github.com/gotd/td/internal/pool.DC.free (field)
15 uses
github.com/gotd/td/internal/pool (current package)
pool.go#L33: free []*poolConn
pool.go#L101: for i, conn := range c.free {
pool.go#L110: copy(c.free[idx:], c.free[idx+1:])
pool.go#L112: c.free[len(c.free)-1] = nil
pool.go#L113: c.free = c.free[:len(c.free)-1]
pool.go#L127: l := len(c.free)
pool.go#L129: r, c.free = c.free[l-1], c.free[:l-1]
pool.go#L150: c.free = append(c.free, r)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |